From 722648f37b3fd303da942900ae1e01ae442d681b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Sat, 18 Jul 2026 15:44:54 +0000 Subject: [PATCH] Make a housekeeping section; move AGGRESSION_EVENT_LOG into it --- doc/src/housekeeping.m4 | 34 +++++++++++++++++++ .../aggression_event_log.m4 | 0 doc/src/index.m4 | 1 + doc/src/tables.m4 | 1 - 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 doc/src/housekeeping.m4 rename doc/src/{tables => housekeeping}/aggression_event_log.m4 (100%) diff --git a/doc/src/housekeeping.m4 b/doc/src/housekeeping.m4 new file mode 100644 index 0000000..2b14d72 --- /dev/null +++ b/doc/src/housekeeping.m4 @@ -0,0 +1,34 @@ +.. Copyright (C) 2026 The Meme Factory, Inc. www.karlpinc.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +.. M4 setup +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl + + +.. _housekeeping_tables: + +Housekeeping Tables +=================== + +The tables listed are used to track data entry history and other +administrative operations. + +.. toctree:: + :maxdepth: 3 + + housekeeping/aggression_event_log.rst diff --git a/doc/src/tables/aggression_event_log.m4 b/doc/src/housekeeping/aggression_event_log.m4 similarity index 100% rename from doc/src/tables/aggression_event_log.m4 rename to doc/src/housekeeping/aggression_event_log.m4 diff --git a/doc/src/index.m4 b/doc/src/index.m4 index 1589306..b95fe13 100644 --- a/doc/src/index.m4 +++ b/doc/src/index.m4 @@ -35,6 +35,7 @@ Technical Documentation code_tables.rst tables.rst analyzed.rst + housekeeping.rst views.rst functions.rst appendices.rst diff --git a/doc/src/tables.m4 b/doc/src/tables.m4 index 7a51ac9..241b92b 100644 --- a/doc/src/tables.m4 +++ b/doc/src/tables.m4 @@ -32,7 +32,6 @@ and are therefore the result of at least a rudimentary analytical process. .. toctree:: :maxdepth: 3 - tables/aggression_event_log.rst tables/aggressions.rst tables/arrivals.rst tables/arrivals_a.rst -- 2.34.1